-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish "nobridge" version of the library #1742
Conversation
@gsmet @Haarolean |
@bitwiseman sure, thank you! Will take a look |
2ed34a5
to
a5c49f8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1742 +/- ##
============================================
- Coverage 80.16% 0 -80.17%
============================================
Files 217 0 -217
Lines 6962 0 -6962
Branches 371 0 -371
============================================
- Hits 5581 0 -5581
+ Misses 1150 0 -1150
+ Partials 231 0 -231 ☔ View full report in Codecov by Sentry. |
4be85c9
to
eaf5a4f
Compare
@@ -0,0 +1,306 @@ | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | |||
<groupId>org.kohsuke</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
groupId declaration is redundant here due to the module being inherited from a parent
@bitwiseman I can confirm that mocking objects works now. Thank you! |
eaf5a4f
to
80d2b6a
Compare
I'm going to make this a |
Description
Converts the project to a multi-module structure and adds a new "No Bridge" build output.
Multi-module will also allow us to begin producing a v2 beta flavor without breaking the consumers of the v1 line.
Before submitting a PR:
@link
JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest .mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: